home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / inet_tcp / bootpd18 / bootpd.cfg next >
Text File  |  1993-04-22  |  1KB  |  70 lines

  1. #
  2. #    This is sample BOOTPD.CFG file
  3. #
  4. #
  5. #
  6. #       Optional forward file definition
  7.  
  8. ForwardFile    users:meloun/nlm/bootp/bootpfwd.cfg
  9.  
  10. #
  11. #       File contains input filter, optional.
  12. #
  13.  
  14. DisableFile    users:meloun/nlm/bootp/disfile.cfg
  15.  
  16. #
  17. #    Board configuration
  18. #
  19.  
  20. Board    192.108.154.81
  21.  
  22.   TimeToLive    60            
  23.  
  24. # Gateways
  25.  
  26.   Gateway    ?
  27.   Gateway    192.108.154.82
  28. #
  29. # Name server
  30. #
  31.   DNSServer    ?
  32.   DNSServer    147.32.1.9
  33.  
  34.   LPRServer    192.108.160.40
  35.   LPRServer    192.108.160.41            
  36. #
  37. # Dynamic names from name server
  38. #
  39.   DynamicName   ?
  40. #
  41. # Generate dynamic hosts
  42. #
  43.   DynamicHosts    5 192.108.154.83
  44.  
  45. #
  46. # Define static hosts 
  47. #
  48.   StaticHosts    users:meloun/nlm/bootp/host1.cfg
  49.  
  50. #
  51. #    Board configuration
  52. #
  53.  
  54. Board    192.108.154.34
  55. #
  56. # Template first
  57. #
  58.   TimeToLive    60            
  59.   Gateway    ?
  60.   DNSServer    ?
  61.   DNSServer    147.32.1.9
  62.   LPRServer    192.108.160.40
  63.   LPRServer    192.108.160.41            
  64.   DynamicMask    0.0.0.255
  65.   DynamicName    PC-%d-DYN
  66. #
  67. # Generate dynamic hosts
  68. #
  69.   DynamicHosts     5 192.108.15.7
  70.